home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / dfue / elcheapofax / faxcmd / libfax / rcs / swap.h,v < prev    next >
Text File  |  1995-03-09  |  1KB  |  114 lines

  1. head    1.4;
  2. access;
  3. symbols
  4.     OCT93:1.4;
  5. locks;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.4
  10. date    93.10.25.02.20.15;    author Rhialto;    state Exp;
  11. branches;
  12. next    1.3;
  13.  
  14. 1.3
  15. date    93.09.18.20.16.23;    author Rhialto;    state Exp;
  16. branches;
  17. next    1.2;
  18.  
  19. 1.2
  20. date    93.06.11.16.15.25;    author Rhialto;    state Exp;
  21. branches;
  22. next    1.1;
  23.  
  24. 1.1
  25. date    93.06.11.15.19.27;    author Rhialto;    state Exp;
  26. branches;
  27. next    ;
  28.  
  29.  
  30. desc
  31. @Prototype for swap.c
  32. @
  33.  
  34.  
  35. 1.4
  36. log
  37. @Make +FBOR flexible.
  38. @
  39. text
  40. @/* $Id: swap.h,v 1.3 1993/09/18 20:16:23 Rhialto Exp $
  41.  * $Log: swap.h,v $
  42.  * Revision 1.3  1993/09/18  20:16:23  Rhialto
  43.  * Unconditional prototypes.
  44.  *
  45.  * Revision 1.2  1993/06/11  16:15:25  Rhialto
  46.  * First real RCS checkin
  47.  *
  48.  */
  49. /*
  50.   swap.h
  51.  
  52.   (c) Copyright 1991 by David M. Siegel.
  53.       All rights reserved.
  54.  
  55.   %W% %G% %U%
  56. */
  57.  
  58. #ifndef in_libfax_swap_h
  59. #define in_libfax_swap_h 1
  60.  
  61. extern int bor_value;
  62.  
  63. /*
  64.   Prototypes:
  65. */
  66.  
  67. void set_swapmode(int mode);
  68. unsigned char swap_bits(unsigned char c);
  69.  
  70. #endif
  71. @
  72.  
  73.  
  74. 1.3
  75. log
  76. @Unconditional prototypes.
  77. @
  78. text
  79. @d1 1
  80. a1 1
  81. /* $Id: swap.h,v 1.2 1993/06/11 16:15:25 Rhialto Exp $
  82. d3 3
  83. d22 2
  84. d28 1
  85. @
  86.  
  87.  
  88. 1.2
  89. log
  90. @First real RCS checkin
  91. @
  92. text
  93. @d1 5
  94. a5 2
  95. /* $Id$
  96.  * $Log$
  97. d23 1
  98. a23 5
  99. unsigned char swap_bits(
  100. #ifdef _PROTO
  101.     unsigned char c
  102. #endif
  103. );
  104. @
  105.  
  106.  
  107. 1.1
  108. log
  109. @Initial revision
  110. @
  111. text
  112. @d1 3
  113. @
  114.